/*无下滑线*/
.none-text {
  text-decoration: none;
}
/*图层排序*/
.z0 {
  z-index: 0;
}
.z1 {
  z-index: 1;
}
button {
  border: none;
}
/*全局样式*/
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "pingFang SC", "Microsoft YaHei", sans-serif;
  background-color: #f1f1f1;
  overflow-y: scroll;
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #f3f3f3; /* or add it to the track */
} /* 设置滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #b0afaf; /* 滑块的颜色 */
  border-radius: 6px; /* 滑块的圆角 */
  border: 2px solid #aaa; /* 滑块的边框 */
}
/*滑动图片*/
.swiper-container {
  width: 100%;
}
.swiper-container1 {
  width: 100%;
  height: 30px;
}
.swiper-container img {
  width: 100%;
}
.logo-name {
  position: absolute;
  left: 0;
}

.logo-name img {
  height: 28px;
}
.navigation li {
  display: inline;
  padding: 10px 30px;
}
.navigation li a {
  display: inline-flex; /* 使a标签内的内容可以按行排列 */
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  color: #a4a4a4;
  transition: color 0.5s;
}
.navigation li a:hover {
  color: #4ac4f3;
}
.navigation li a.active {
  color: #4ac4f3;
}
.navigation li a.active22 {
  color: #4ac4f3;
}
.navigation li a.active33 {
  color: #4ac4f3;
}
.navigation li svg {
  margin-right: 5px;
}
.login-btn {
  position: absolute;
  right: 0;
  color: #ffffff;
  background-color: #4ac4f3;
  border-radius: 30px;
  font-weight: bold;
  padding: 8px 36px;
  border: none;
  letter-spacing: 2px;
}
.container1 .menu {
  display: none;
}
header {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  box-shadow: 0 0 10px #e7e7e7;
  background-color: #ffffff;
}

.container {
  position: relative;
  width: 1350px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container1 {
  position: relative;
  width: 1350px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*内容栏*/
.dak h2 {
  position: relative;
  left: 5px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
}
.banner {
  display: flex;
  margin-top: 8px;
  width: 100%;
}
/*帖子内容css*/
.liaotian-left {
  width: 70%;
  margin-left: 2.5%;
  border-radius: 8px 8px 0 0;
}
.liaotian-left-top {
  height: 50px;
  border-radius: 8px 8px 0 0;
  background-color: #ffffff;
}
.liaotian-left-center {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
  background-color: #ffffff;
}
.liaotian-left-center .liaotian-left-center1 {
  display: flex;
  margin-top: 20px;
  height: 60px;
  width: 100%;
  padding: 10px;
}
.liaotian-left-center .liaotian-left-center1-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 60px;
  margin-left: 60px;
  border-radius: 50%;
}
.liaotian-left-center .liaotian-left-center1-img img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}
.liaotian-left-center .liaotian-left-center1-text {
  margin-left: 0.5%;
}
.liaotian-left-center .liaotian-left-center1-text1 {
  display: flex;
  flex-direction: row;
  height: 56%;
}
.liaotian-left-center1-text1 p {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.liaotian-left-center .liaotian-left-center1-text1 div {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 4%;
}
.liaotian-left-center .liaotian-left-center1-text2 {
  display: flex;
  align-items: center;
  height: 40%;
  margin-bottom: 2%;
}
.liaotian-left-center1-text2 {
  color: #787575;
  font-size: 13px;
  letter-spacing: 1px;
}
.liaotian-content {
  padding: 5px 80px;
}
.liaotian-content p {
  padding: 5px 10px;
}
.liaotian-bottom {
  margin-top: 10px;
}
.liaotian-bottom li {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none; /* 去掉项目符号 */
  margin: 10px 80px;
  font-size: 15px;
}
.liaotian-bottom li div {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.liaotian-bottom li div svg {
  color: #626262;
}
.liaotian-bottom li h4 {
  font-weight: 400;
  color: #626262;
  cursor: default;
}
.liaotian-top {
  display: none;
  margin: 5px 80px 5px 80px;
}
.liaotian-top .wrapper {
  display: flex;
  align-items: stretch;
  margin: 5px;
}
.liaotian-top strong {
  margin-left: 10px;
}
.liaotian-top input {
  height: 30px;
  width: 60%;
  transition: all 0.3s;
  background-color: #f9f9f9;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding-left: 10px;
}
.liaotian-top input:focus {
  height: 45px;
  border: 1px solid #c7c7c7;
}
.liaotian-top button {
  width: 10%;
  border-radius: 5px;
  background-color: #4ac4f3;
  margin-left: 20px;
  color: #ffffff;
}
.liaotian-top .comment-list .total {
  margin-left: 480px;
  font-size: 14px;
  color: #afafaf;
  transition: all 0.3s;
  opacity: 0;
}
.popup {
  display: none; /* 默认隐藏 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: all 0.5s;
}

.popup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15% auto;
  padding: 10px;
  background-color: #f7f7f7;
  color: #fb0606;
  width: 80%;
  max-width: 200px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.liaotian-top .list {
  display: none;
  margin-top: 10px;
  padding: 5px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.comment {
  display: flex;
  flex-direction: row;
  border-radius: 6px;
  padding: 5px 5px 2px 5px;
  letter-spacing: 1.2px;
}
.comment-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  color: #626262;
}
.comment-footer1 {
  margin-left: 30px;
}

.comment-footer div {
  display: flex;
  flex-direction: row;
  margin-left: 50px;
}
.comment-footer svg {
  color: #626262;
}
.comment-footer div p {
  display: flex;
  align-items: center;
  margin-left: 5px;
  cursor: default;
}
.comment0 .wrapper1 {
  display: none;
  margin-left: 25px;
}
.comment0 .comment2 {
  margin-left: 40px;
}
.liaotian-top .list-content {
  margin-left: 10px;
}
.line {
  margin: 0 auto;
  height: 1px;
  background-color: #cecece;
  width: 85%;
  margin-bottom: 20px;
  margin-top: 10px;
}
/*热帖排名*/
.liaotian-right {
  width: 20%;
  height: 400px;
  background-color: #ffffff;
  margin-left: 1%;
  border-radius: 8px 8px 0 0;
}
.banner2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  width: 95%;
  padding-bottom: 5px;
  border-bottom: 1px solid #b5b5b5;
}
.banner122 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  width: 95%;
  padding-bottom: 5px;
  border-bottom: 1px solid #b5b5b5;
}
.banner122 div {
  display: flex;
  align-items: center;
}
.banner122 div svg {
  margin-right: 5px;
}
.bake {
  width: 0.5%;
}
.bake1 {
  width: 1%;
}

/*底部foot设置*/
.foot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #ffffff;
  margin-top: 20px;
}
.foot span {
  color: #e20808;
}
.foot1 {
  display: flex;
  direction: row;
  position: relative;
  height: 580px;
  background-color: #ffffff;
  margin-top: 20px;
  border: 1px solid transparent;
  z-index: -2;
  overflow: hidden;
}
.foot1-left {
  margin-top: 40px;
  margin-left: 80px;
  padding: 30px;
  height: 320px;
  width: 60%;
  background-color: #ffffff;
  border-radius: 20px;
}
.img-1 {
  height: 40px;
  z-index: 88;
}
.img-2 {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: -1;
}
.foot1-left h4 {
  margin-top: 20px;
  font-weight: 450;
}
.foot1-left h3 {
  margin-top: 20px;
  color: #4ac4f3;
}
.foot1-left p {
  display: none;
  margin-top: 5px;
  font-size: 8px;
}
.foot1-left span {
  display: inline-block;
  font-weight: 450;
  margin-left: 10px;
}
.foot-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-left: 100px;
  width: 40%;
}
.img-3 {
  display: block;
  height: 200px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
}
.foot-right-text h4 {
  display: block;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
.foot-right-text h5 {
  font-weight: 400;
  margin-top: 20px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
.foot1-bottom {
  display: none;
  margin: auto;
  width: 96%;
  height: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: -38px;
}
.foot-foot {
  display: flex;
  align-items: center;
  height: 20px;
  background-color: #ebebeb;
  padding: 10px;
}
.foot-foot ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.foot-foot li {
  display: inline-block;
}
@media (max-width: 768px) {
  .foot h1 {
    font-size: 1em;
  }
}
@media (max-width: 640px) {
    .logo-name {
    left: 20px;
  }
  .page-header .container1 {
    height: auto;
    min-height: 45px;
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-header nav {
    width: 95%;
    margin-left: 20px;
  }
  .navigation {
    display: none;
    margin-top: 50px;
  }
  .login-btn {
    display: none;
    position: static;
    margin-top: 20px;
    margin-left: 20px;
  }
  .page-header .logo-name {
    top: 14px;
  }
  .container1 .menu {
    position: fixed;
    right: 20px;
    display: flex;
    background-color: #ffffff;
    top: 20px;
  }
  .page-header .expanded .navigation {
    display: block;
  }
  .page-header .expanded .login-btn {
    display: block;
  }
  .page-header .navigation li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
  }
}
@media (max-width: 500px) {
  /*滑动图片*/
  .swiper-container {
    width: 100%;
    height: 150px;
  }
  /*底部标识*/
  .foot {
    height: 40px;
    background-color: #ffffff;
    margin-top: -15px;
  }
  .foot h2 {
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 10px;
  }
  .foot1 {
    height: 180px;
    margin-top: 5px;
    z-index: -2;
    overflow: hidden;
  }
  /*底部标识*/
  .foot1-left {
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px;
    height: 105px;
    width: 70%;
    background-color: #ffffff;
    border-radius: 10px;
  }

  .img-1 {
    height: 25px;
  }
  .foot1-left h4 {
    margin-top: 6px;
    font-weight: 450;
    font-size: 8px;
  }
  .foot1-left h3 {
    margin-top: 5px;
    font-size: 12px;
  }
  .foot1-left p {
    display: block;
  }
  .foot1-left ol {
    display: none;
  }
  .foot-right {
    width: 30%;
    margin-top: 10px;
    margin-left: 10px;
  }
  .img-3 {
    height: 75px;
    padding: 1px;
    border-radius: 5px;
  }
  .foot-right-text h4 {
    display: block;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 8px;
  }
  .foot-right-text h5 {
    display: none;
  }
  .foot1-bottom {
    display: block;
    text-align: center;
    align-items: center;
  }
  .foot1-bottom p {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    font-size: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .foot-foot {
    display: flex;
    align-items: center;
    margin-top: 20px;
    height: 20px;
    background-color: #ebebeb;
    padding: 10px;
  }
  .foot-foot ul {
    font-size: 7px;
  }
  .foot-foot ul li {
    display: flex;
    align-items: center;
  }
  .foot-foot ul li img {
    height: 8px;
    margin-right: 3px;
  }
}
